home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m38.dir / 00123.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  517 b   |  22 lines

  1. on mouseDown
  2.   go("q2hand")
  3.   set the cursor of sprite 33 to [43, 44]
  4. end
  5.  
  6. on mouseUp
  7.   if sprite 33 intersects 19 then
  8.     set the castNum of sprite 33 to cast "jerusalem.a"
  9.     set the moveableSprite of sprite 33 to 0
  10.     set the locV of sprite 33 to 240
  11.     set the locH of sprite 33 to 320
  12.     set the cursor of sprite 33 to -1
  13.     updateStage()
  14.   else
  15.     set the locV of sprite 33 to 240
  16.     set the locH of sprite 33 to 320
  17.     set the cursor of sprite 33 to [41, 42]
  18.     updateStage()
  19.   end if
  20.   go("q2")
  21. end
  22.